const crypto/internal/nistec/fiat.p224ElementLen

6 uses

	crypto/internal/nistec/fiat (current package)
		p224.go#L23: const p224ElementLen = 28
		p224.go#L42: 	zero := make([]byte, p224ElementLen)
		p224.go#L57: 	var out [p224ElementLen]byte
		p224.go#L61: func (e *P224Element) bytes(out *[p224ElementLen]byte) []byte {
		p224.go#L73: 	if len(v) != p224ElementLen {
		p224.go#L90: 	var in [p224ElementLen]byte